Class symantec.itools.db.beans.jdbc.event.SQLAdapterEvent
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class symantec.itools.db.beans.jdbc.event.SQLAdapterEvent

Object
   |
   +----EventObject
           |
           +----symantec.itools.db.beans.jdbc.event.SQLAdapterEvent

public class SQLAdapterEvent
extends EventObject

Version:
1.0 09/09/98
Author:
Hristo Tonev

Variable Index

 o SQL_EXECUTED
 o SQL_EXECUTING
 o resultSetCreated
 o type

Constructor Index

 o symantec.itools.db.beans.jdbc.event.SQLAdapterEvent(Object)
 o symantec.itools.db.beans.jdbc.event.SQLAdapterEvent(Object, int)
 o symantec.itools.db.beans.jdbc.event.SQLAdapterEvent(Object, int, boolean)

Method Index

 o getType()
 o isResultSetCreated()
 o setResultSetCreated(boolean)
 o setType(int)

Variables

 o SQL_EXECUTED
public static final int SQL_EXECUTED
 o SQL_EXECUTING
public static final int SQL_EXECUTING
 o resultSetCreated
protected boolean resultSetCreated
 o type
protected int type

Constructors

 o SQLAdapterEvent
public SQLAdapterEvent(Object source)
 o SQLAdapterEvent
public SQLAdapterEvent(Object source,
                       int iType)
 o SQLAdapterEvent
public SQLAdapterEvent(Object source,
                       int iType,
                       boolean isResultSetCreated)

Methods

 o getType
public int getType()
 o isResultSetCreated
public boolean isResultSetCreated()
 o setResultSetCreated
public void setResultSetCreated(boolean bResultSetCreated)
 o setType
public void setType(int iType)

All Packages  Class Hierarchy  This Package  Previous  Next  Index